ModelingTable
Table definition in a model, contains table schema, name, columns, etc.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
|
The table's system ID |
- |
string |
uuid |
|
The table's display name |
- |
string |
|
|
The tables's description |
- |
string |
|
|
Definition of a table column in the model. |
- | ||
|
Definition of a measure in the model definition, contains column unique identifies, aggregation, etc. |
- | ||
|
Hierarchy definition in the model. A hierarchy is defined by a list of levels, each defined by a column |
- | ||
|
Unique identifier of this table |
- |
string |
|
|
Schema name in the source database |
- |
string |
|
|
Tables name in the source database |
- |
string |
|
|
Visible in the relationship diagram |
- |
boolean |
|
|
Unique identifier of the primary key column of this table |
- |
string |
|
|
List of measure group ids |
- |
array |
|
|
If this tables is based on a query, instead of schema and table name |
- |
string |
|
|
Table type: regular database table (identified by schema and table name) or a custom query |
- | ||
|
- |